<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("bootstrap.min.css");
@import url("swiper.min.css");
@import url("hover-min.css");
@import url("slick.css");
@import url("../font/iconfont.css");
@import url("base.css");
.container-big {
  width: calc(100% - 100px);
  margin: auto; }

.mobile {
  display: none; }

.dx {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1; }

#h-height {
  height: 160px; }

header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 6;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-image: url(../img/index_01.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 160px; }
  header .h-top01 {
    line-height: 42px;
    font-size: 1.4rem; }
    header .h-top01 .fl {
      margin-left: 70px;
      width: 50%; }
      header .h-top01 .fl i {
        color: #999;
        font-size: 2.6rem;
        float: left;
        margin-right: 0.5rem; }
      header .h-top01 .fl #scroll_div {
        overflow: hidden;
        white-space: nowrap;
        width: 660px;
        margin-left: 10px; }
        header .h-top01 .fl #scroll_div a {
          color: #333; }
      header .h-top01 .fl #scroll_begin, header .h-top01 .fl #scroll_end {
        display: inline; }
    header .h-top01 .fr {
      margin-top: 5px;
      color: #666; }
      header .h-top01 .fr i {
        font-size: 2rem;
        position: relative;
        top: 2px;
        margin-right: 5px; }
      header .h-top01 .fr em {
        font-size: 1.4rem;
        color: #ddd;
        margin: 0 15px; }
      header .h-top01 .fr span {
        font-size: 1.4rem; }
        header .h-top01 .fr span em {
          margin: 10px;
          color: #0f64bd; }
      header .h-top01 .fr .htel {
        color: #333;
        font-size: 2.6rem;
        position: relative;
        top: 4px; }
        header .h-top01 .fr .htel i {
          color: #0f64bd;
          font-size: 2.4rem;
          margin-right: 10px;
          margin-left: 30px;
          display: inline-block;
          top: 0; }
  header .h-top02 {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding-top: 1.2rem; }
    header .h-top02 .logo {
      display: inline-block;
      margin-right: 9rem; }
      header .h-top02 .logo a {
        display: block;
        overflow: hidden; }
      header .h-top02 .logo img {
        width: 6rem;
        float: left; }
      header .h-top02 .logo div {
        float: left;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #f0f0f0; }
        header .h-top02 .logo div h1 {
          font-size: 3.2rem;
          line-height: 1;
          margin-bottom: 7px;
          color: #43aa33; }
          header .h-top02 .logo div h1 span {
            color: #333;
            font-weight: normal;
            font-size: 3rem; }
        header .h-top02 .logo div p {
          font-size: 1.6rem;
          color: #666; }
          header .h-top02 .logo div p span {
            color: #43aa33; }
    header .h-top02 .renz {
      display: flex;
      flex: 1;
      position: relative;
      top: -10px; }
      header .h-top02 .renz li {
        padding: 0 20px;
        text-align: center;
        position: relative; }
        header .h-top02 .renz li img {
          width: 5rem;
          margin-bottom: 2px; }
        header .h-top02 .renz li p {
          font-size: 1.2rem;
          color: #999; }
      header .h-top02 .renz li::after {
        content: '';
        height: 5.5rem;
        width: 1px;
        display: inline-block;
        background-color: #f0f0f0;
        position: absolute;
        right: 0;
        top: 1.2rem; }
      header .h-top02 .renz li:last-child::after {
        display: none; }
    header .h-top02 nav .meau {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      align-items: flex-start;
      z-index: 99;
      padding-top: 1.2rem; }
    header .h-top02 nav .yiji {
      position: relative; }
    header .h-top02 nav .yiji &gt; a {
      font-size: 1.8rem;
      color: #333;
      display: inline-block;
      margin: 0 30px;
      padding: 10px 0; }
    header .h-top02 nav .yiji:last-child &gt; a {
      margin-right: 0; }
    header .h-top02 nav .active &gt; a {
      color: #43aa33;
      font-weight: bold;
      border-bottom: 1px solid #43aa33; }
    header .h-top02 nav .yiji:hover &gt; a {
      color: #43aa33;
      font-weight: bold; }
    header .h-top02 nav .erji {
      display: none;
      background-color: white;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
      width: 200px;
      position: absolute;
      left: 50%;
      transform: translate(-100px, 0);
      padding-top: 2.4rem;
      padding-bottom: 1rem; }
      header .h-top02 nav .erji a {
        display: block;
        text-align: center;
        line-height: 3rem;
        color: #666;
        font-size: 1.4rem;
        border: 1px solid #f0f0f0;
        box-shadow: 0 2px 0 #f5f5f5;
        margin: 1rem auto;
        border-radius: 0 15px 0 15px;
        width: 90%; }
      header .h-top02 nav .erji a:hover {
        background: linear-gradient(to right, #0c5099, #0f64bd);
        color: #fff; }

header:before {
  content: '';
  height: 5px;
  width: 100%;
  display: block;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.footflex {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 0; }

footer .footnav {
  background: linear-gradient(to left, #0c5099, #0f64bd);
  line-height: 1; }
  footer .footnav .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .footnav .container div {
      width: 250px;
      height: 7rem;
      display: block;
      background-color: rgba(0, 0, 0, 0.1);
      color: #fff;
      position: relative;
      padding-top: 3rem;
      padding-left: 4rem; }
      footer .footnav .container div span {
        font-size: 2.4rem;
        text-transform: uppercase;
        opacity: .1;
        position: absolute;
        top: 1.8rem;
        left: 4rem; }
      footer .footnav .container div h3 {
        font-size: 1.8rem;
        float: left; }
      footer .footnav .container div i {
        position: relative;
        top: 2px;
        margin-left: 1.2rem; }
  footer .footnav nav {
    display: flex; }
    footer .footnav nav li::after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 12px;
      background-color: rgba(255, 255, 255, 0.3); }
    footer .footnav nav li:last-child::after {
      display: none; }
    footer .footnav nav a {
      color: #a6c9ee;
      font-size: 1.6rem;
      display: inline-block;
      padding: 0 2.6rem;
      line-height: 7rem; }
    footer .footnav nav a:hover {
      color: #fff; }

footer .foottxt {
  background-color: #333;
  padding-top: 70px;
  padding-bottom: 3rem; }
  footer .foottxt a:hover {
    color: #fff !important; }
  footer .foottxt .foot01 {
    padding-bottom: 3rem;
    display: flex;
    justify-content: space-between; }
    footer .foottxt .foot01 .ftit {
      font-size: 2.4rem;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 1.6rem;
      margin-bottom: 2.4rem;
      display: flex;
      position: relative; }
      footer .foottxt .foot01 .ftit a {
        color: #fff;
        width: 50%;
        opacity: .5; }
      footer .foottxt .foot01 .ftit .active {
        opacity: 1; }
    footer .foottxt .foot01 .ftit::after {
      content: '';
      width: 7rem;
      height: 1px;
      background-color: #43aa33;
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0; }
    footer .foottxt .foot01 .tab {
      width: 31%;
      float: left;
      padding-right: 6%; }
      footer .foottxt .foot01 .tab .tabslick ul {
        display: none; }
        footer .foottxt .foot01 .tab .tabslick ul a {
          color: #999;
          font-size: 1.4rem;
          line-height: 1;
          padding: 1rem 0;
          display: block;
          width: 50%;
          float: left; }
          footer .foottxt .foot01 .tab .tabslick ul a i {
            font-size: 1.2rem;
            transform: scale(0.8);
            position: relative;
            top: 0;
            margin-right: 8px;
            opacity: .4;
            display: inline-block; }
      footer .foottxt .foot01 .tab .tabslick ul:first-child {
        display: block; }
    footer .foottxt .foot01 .contact {
      flex: 1;
      padding-right: 15%;
      padding-bottom: 3rem; }
      footer .foottxt .foot01 .contact p {
        color: #999;
        font-size: 1.4rem;
        line-height: 1;
        padding: .8rem 0; }
      footer .foottxt .foot01 .contact a {
        color: #999; }
      footer .foottxt .foot01 .contact i {
        font-size: 2.4rem;
        margin-right: 15px;
        position: relative;
        top: 3px; }
      footer .foottxt .foot01 .contact .tel {
        font-size: 3rem;
        color: #fff;
        font-family: 'pn-b'; }
    footer .foottxt .foot01 .qr li {
      float: left;
      margin-left: 2.4rem;
      text-align: center; }
      footer .foottxt .foot01 .qr li img {
        width: 130px;
        height: 130px;
        margin-bottom: 1rem; }
      footer .foottxt .foot01 .qr li p {
        font-size: 1.4rem;
        color: #999; }
  footer .foottxt .foot02 {
    clear: both;
    color: #666;
    font-size: 1.3rem;
    padding-top: 3rem; }
    footer .foottxt .foot02 a {
      margin-left: 10px; }

.linkpost {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to right, #0c5099, #0f64bd);
  left: 0;
  display: none;
  padding: 2rem 0; }
  .linkpost input {
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 5px; }
  .linkpost button {
    width: 40%;
    height: 40px;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8); }
  .linkpost button:first-child {
    margin-right: 2%;
    background: #43aa34;
    color: #fff; }
  .linkpost i {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #333;
    font-size: 20px;
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px; }
  .linkpost input::-webkit-input-placeholder {
    color: #666; }
  .linkpost input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666; }
  .linkpost input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666; }
  .linkpost input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666; }
</pre></body></html>